home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / cybint12.exe / cybint12.DXR / 00004.ls < prev    next >
Encoding:
Text File  |  1996-12-12  |  128 b   |  8 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 = the duration of cast 3 then
  3.     go(1, "main")
  4.   else
  5.     Loopframe()
  6.   end if
  7. end
  8.